Help for this page

Select Code to Download


  1. or download this
    while (@array)
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    splice @all, -1, 0, "\tMy new data\n";
    print $config @all;
    close $config;
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print;
    }
    close $config;