Help for this page

Select Code to Download


  1. or download this
    print $SCALAR LIST
    print $SCALAR
    ...
    print BLOCK
    print LIST
    print
    
  2. or download this
    print $ads{$this_ad} "$line\n";
    
  3. or download this
    print { $ads{$this_ad} } "$line\n";
    
  4. or download this
    $ads{$this_ad}->print("$line\n");