Help for this page

Select Code to Download


  1. or download this
    #! perl -sw
    use strict;
    ...
            }
        }
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    print $server 'This is the last line';
    
    close $server;
    
  3. or download this
    C:\test>junk88
    03a9a7a0: 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVW
    +XYZ'
    ...
    03a9a7a0: 'abcdefghijklmnopqrstuvwxyz0123456789ABCDEFGHIJKLMNOPQRSTUVW
    +XYZ'
    03a9a7a0: 'This is the last line'