Help for this page

Select Code to Download


  1. or download this
    use Some::Module;
    
    ...
    
    my $somevar = Some::Module->new();
    print $somevar->printcode(\&somecode);
    
  2. or download this
    do { print "some stuff\n" }