Help for this page

Select Code to Download


  1. or download this
    sub BEGIN {
        require Variable::Magic;
    ...
            'Variable::Magic'->import( 'wizard', 'cast', 'getdata' );
        };
    }
    
  2. or download this
    use Variable::Magic qw( wizard cast getdata );