Help for this page

Select Code to Download


  1. or download this
      'print "$_: "; s/foo/bar/ if <STDIN> =~ /^y/i'
    
  2. or download this
      The system cannot find the file specified.
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
      die $@ if $@; 
      rename ($was, $_) unless $was = $_;
    }