Help for this page

Select Code to Download


  1. or download this
    #!perl -i.bak
    my @input =  <>;
    ...
        splice @input, 1, 0, "Friday\n";
    }
    print @input;
    
  2. or download this
    
    perl -v
    This is perl 5, version 30, subversion 2 (v5.30.2) built for MSWin32-x
    +64-multi-t
    hread