Help for this page

Select Code to Download


  1. or download this
    [2008/10/14 10:57:18] [55] DEBUG Austin::API::vendor_api - Initialisin
    +g the API Galileo
    [2008/10/14 10:57:18] [41] DEBUG Austin::Suppliers::Common::Location::
    +init - Setting Up Generic Locations
    ...
                          ]
            };
    [2008/10/14 11:15:22]
    
  2. or download this
    while($data =~ /'Errors' => \[([^\]]+)/sgm) {
        my $match = qq|\$ref = [$1];|;
    ...
        print Dumper($ref);
    
    }