Help for this page

Select Code to Download


  1. or download this
     QuotedText: 
           DoubleQuote TextChar(s?) DoubleQuote
           { my $chars = scalar(@item) - 1;  
             $return = join ('', @item[2..$chars]) }
    
  2. or download this
     QuotedText: 
           DoubleQuote TextChar(s?) DoubleQuote
           { $return = join ( '', @{$item[2]} ) }