Help for this page

Select Code to Download


  1. or download this
    foo();
    'this is a string';
    bar();
    
  2. or download this
    1 while ( s/^\t// );
    
  3. or download this
    # assignment
    @foo_and_bar = ( foo(), bar() );
    # same thing, not assigned to anything
    foo(), bar();