Help for this page

Select Code to Download


  1. or download this
      use Devel::Symdump;
    
    ...
        my $s = shift;
        return index($s, STRING);
      }
    
  2. or download this
      local(*ENTRY) = $val;
    
  3. or download this
      if ($symtab && !exists $symtab->{$name}) {
          # No typeglob yet, so we can use a reference as space-
    ...
      } else {
          *$full_name = sub () { $scalar };
      }
    
  4. or download this
      index($s, scalar STRING)