Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wl
    
    ...
    $_ = '--;--;----;';
    
    print +( () = /;/g );
    
  2. or download this
    print - -( () = /;/g );
    
  3. or download this
    print scalar( () = /;/g );
    # or "secret op":
    print ~~( () = /;/g );
    
  4. or download this
    print --( () = /;/g );