Help for this page

Select Code to Download


  1. or download this
    use My::Config;
    no strict 'refs';
    *'My::Config::DB_NAME' = sub { 'new_db' };
    
  2. or download this
    $ perl -MO=Deparse -e '
    > package Foo;
    ...
    -e syntax OK
    print 'baz', "\n";
    print 'Foo'->bar, "\n";