Help for this page

Select Code to Download


  1. or download this
    if ($fs =~ /^(?i)\/data\w+$/ || $fs =~ /^(?i)\/tmp\w+$/ ) {
    
  2. or download this
    #!/usr/bin/env perl
    use warnings;
    ...
    /data2
    /data again
    junk2
    
  3. or download this
    match: /tmpfoo
    match: /data2