Help for this page

Select Code to Download


  1. or download this
    die "..." 
          if $string =~ /:|.{17}/;
    
  2. or download this
    >perl -wMstrict -le
    "my $string = 'foo';
    ...
     print qq{processing '$string'};
    "
    processing 'foo'