Help for this page

Select Code to Download


  1. or download this
    (my $foundfile = $File::Find::name) if $File::Find::name =~ $target;
    
  2. or download this
    my $foo = $bar if condition();
    
  3. or download this
    my $foundfile;
    $foundfile = $File::Find::name) if $File::Find::name =~ $target;