Next:
Change path
Up:
Examples
Previous:
Remove path
Contents
Index
Remove the file extension
# # remove file extension # $fname =~ s/\..*//;