Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $evaled = eval "qq/$t/";
    print "$evaled:\n"
    
  2. or download this
    \t:
        :
    
  3. or download this
    my %seps = (
      '\\t' => "\t",
    ...
    
    my $input = <>;
    my $separator = $seps{$input};