Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    rename ($old_name, $new_name)
      or warn "Can't rename '$old_name' to '$new_name': $!";
    
  2. or download this
    Please enter a filename: testX
    Can't locate object method "dirname" via package "testX" (perhaps you 
    +forgot to load "testX"?) at /home/cgmd/bin/learning_perl/test7.pl lin
    +e 9, <STDIN> line 1.