Help for this page

Select Code to Download


  1. or download this
        if( my $foo = bar(@quux) ) {
            $foo exists here
        }
        # no foo here
    
  2. or download this
        (my $copy = $original) =~ s/foo/bar/;