Help for this page

Select Code to Download


  1. or download this
            package Devel::Dumpcode;
    
    ...
            }
    
            1;
    
  2. or download this
            #!/usr/bin/perl
    
    ...
            sub Gen_val {
              1;     # EDIT ME
            }
    
  3. or download this
            perl -d:Dumpcode tryme.pl