in reply to Re: export variable outside foreach
in thread export variable outside foreach

perl -w test.pl

Global symbol "$scre" requires explicit package name at test.pl line 12.

Execution of test.pl aborted due to compilation errors.

Replies are listed 'Best First'.
Re^3: export variable outside foreach
by Anonymous Monk on Jun 19, 2014 at 08:47 UTC
    Is that a question? :D Fix your typo, copy the varible name, ctrl+f, paste variable name, enter, find the typo, fix it
Re^3: export variable outside foreach
by roboticus (Chancellor) on Jun 19, 2014 at 13:01 UTC

    mitchreward:

    He meant that $srce is not the same as $scre.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.