Help for this page

Select Code to Download


  1. or download this
    some_function_call($var);
    #$# warn Dumper($var);
    ...
    some_function_call();
    another_function_call();
    #$#END
    
  2. or download this
    my $DEBUG = 0;
    
    ...
      some_function_call();
      another_function_call();
    }