Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print "as str: $_[0]\n";
        print "\n";
    }
    
  2. or download this
    package My::DualVar;
    
    ...
    }
    
    1;