in reply to error defined on hash

Do you know that exists can be used for the same task?
#! /usr/bin/perl use warnings; use strict; use Data::Dumper (); # No export. my $package = 'Data::Dumper'; my $subroutine = 'Dumper'; print exists &{ $package . "::$subroutine" };
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: error defined on hash
by audiomobster (Initiate) on Dec 22, 2015 at 15:22 UTC
    Thanks so far guys. Maybe I'll come back later.