Help for this page

Select Code to Download


  1. or download this
    my $filename = "
    ../../asdf";
    $filename =~ s/^.*[\\\/:]//;
    print $filename;
    
  2. or download this
    my $_filename = $p->param('filename') || '';
    my ($filename) = $_filename =~ /(\w+)$/; # only use word characters fr
    +om the end