Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my $s = 'first|second|third';
    ...
     dd \@ra;
    "
    ["first", "second", "third"]
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "my $s = qq{\|};
    ...
    "
    :|:
    :\|: