Help for this page

Select Code to Download


  1. or download this
    Q:\>perl -w tmp.pl
    Global symbol "$l" requires explicit package name at tmp.pl line 3.
    ...
    .
    
    Q:\>
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        Digest::MD5::md5_hex(Digest::MD5::md5_hex(time().{}.rand().$$));
    }