Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub test {
        if( $_[0] =~ /regex/ ) {
    ...
    
    test( "regex", $bool );
    print "regex: $bool\n";
    
  2. or download this
    use strict;
    {
        my $foo;
    ...
            return $foo;
        }
    }