Help for this page

Select Code to Download


  1. or download this
    # file Test.pm
    package Test;
    ...
    
    1;
    
  2. or download this
    #main.pl
    #!/usr/bin/perl
    
    use Test qw(make_file);
    make_file();