Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "sub flexi {
    ...
    { special => "raboof", string => "FOOBAR" }
    
    "FOOBAR"
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -MData::Dump -le
    "sub flexi {
    ...
    "FOOBAR"
    
    ("FOOBAR", "raboof")