Help for this page

Select Code to Download


  1. or download this
    my $value = foo( 3, 4, 5 );
    
    ...
        do_something( $first );
        return do_something_else( @args );
    }
    
  2. or download this
    my $LABEL;
    my @FOO_ARGS;
    ...
    SECOND:
    my $other_value = $FOO_RV;
    $LABEL = undef; $FOO_RV = undef;