Help for this page

Select Code to Download


  1. or download this
    % perl -s -e 'print $A, $B' -- -A -B=hello
    1hello
    
  2. or download this
    #!/usr/bin/perl -spi
    
    ...
      printf "Blinking text is %sabled in $files\n",
         ("dis","en")[$blink] if defined $blink;
    }