Help for this page

Select Code to Download


  1. or download this
    my $unverified = 'this';
    my %dbm = (
      this        => 'bar',
    ...
    
    print $dbm{$unverified},$/;
    print $dbm{'$unverified'},$/;