Help for this page

Select Code to Download


  1. or download this
    ### An object like this...
    my $obj = bless( {
    ...
    this_object_has_some_long_keys:
      and_some_of_them_are_nested:
        fairly_deeply: Foo!
    
  2. or download this
    $fh->print(
        "package MyApp::TestData::$digest;\n",
    ...
        "$tag\n",
        "return __PACKAGE__;\n",
    );
    
  3. or download this
    package MyApp::TestData::PUHmx80zfPHoDloIOrexGA;
    use parent 'Class::Data::Accessor';
    ...
    Original file contents here...
    ___END_OF_TEST_DATA_SECTION___
    return __PACKAGE__;
    
  4. or download this
    for my $file ( <*.pl> ) {
        ok( my $class = do $file, "Loaded $file" );
    ...
        );
        eq_or_diff( $p->store, $class->store );
    }