Help for this page

Select Code to Download


  1. or download this
    open ( FILE, ">>input.txt" ) or die ( "input.txt: $!" );
    
  2. or download this
    my $variable = localtime;
    my $words = "This is the time : $localtime";
    ...
    
    }