in reply to Passing value between pages

It might be possible to set variables in a different script that you read via do, require or use. It is not possible with lexical variables (those declared with my), though. Also, your use of the work "page" seems to indicate you are programming for CGI. To share variables between pages, use hidden fields or sessions.
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: Passing value between pages
by auhakim (Novice) on Jun 06, 2013 at 10:40 UTC

    can you give me the form example? I just dont get it how to pass value with hidden form without submit button