Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      $_[1] = "test2: 2";
      $_[2] = "test2: 3";
    }
    
  2. or download this
    one
    two
    ...
    test2: 1
    test2: 2
    test2: 3