Help for this page

Select Code to Download


  1. or download this
      my $file = $filename;        # can't remember why I do this, always 
    +have
      $file =~ s!^.*(\\|\/)!!;     # something about cleaning stuff up
    
  2. or download this
      my $file = $filename;
      $file =~ s![\\/]$!!;