Help for this page

Select Code to Download


  1. or download this
    #        1         2
    #2345678901234567890
    print"$^F$[$[$^F"
    
  2. or download this
    @foo = split' ',scalar localtime;
    $bar = pop @foo;
    print ++$bar;