Help for this page

Select Code to Download


  1. or download this
    # see:
    open(NAME, "< file") || die $!;
    ...
    # but see:
    print "a string";
    my @stuff = split /\s/;
    
  2. or download this
    # a comment.
    
    # a multi-
    # line comment.
    
  3. or download this
    #a comment.
    
    #a multi-
    #line comment.