Help for this page

Select Code to Download


  1. or download this
    package Totally::Fake;
    
    ...
    our ($fake, @faker);
    
    @EXPORT = qw/$fake @faker/;
    
  2. or download this
    use Totally::Fake;
    use lib '/path/to/dev/version';
    print $fake;