Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

DBIx::Class::Schema::Loader prob

by jfrm (Monk)
on Aug 23, 2006 at 17:37 UTC ( [id://569147]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # set up a schema class using 2 modules that I've written manually (th
    +ere are more tables; this is just to make sure it works).
    use MG::Schema::Tables;   # *
    ...
    foreach my $country (@all_countries) {
        print "! ".$country->CountryCode." = ".$country->CountryName."<Br>
    +";
        }
    
  2. or download this
    [Wed Aug 23 18:22:49 2006] mgdb.pl: Attempt to free unreferenced scala
    +r: SV 0x1fa7a5c, Perl interpreter: 0x224234 at C:/Perl/site/lib/SQL/A
    +bstract/Limit.pm line 325.
    [Wed Aug 23 18:22:49 2006] mgdb.pl:  at C:/Perl/site/lib/SQL/Abstract/
    +Limit.pm line 325
    ...
    Can't locate object method "CountryCode" via package "MG::Main::Countr
    +y" at C:/Information/mgroot/cgi-bin/mgdb.pl line 53.
     at C:/Information/mgroot/cgi-bin/mgdb.pl line 53
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://569147]
Approved by Paladin
Front-paged by planetscape
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-04-19 07:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found