Okay now im really lost!
Seems that now the thing ONLY pulls the FIRST db_student_classes.attendance AS ATTENDANCE and never pulls the other ones
IE - the first record:
db_student_classes.attendance AS ATTENDANCE = 100
but the second record:
db_student_classes.attendance AS ATTENDANCE =...
Okay Im a real DORK!
hahah i answered my own question - but for anyone else that faces this here is the CORRECT CODE!
my $sth = $dbh->prepare(qq{ SELECT db_student.id, db_student.firstname, db_student.lastname, db_student_classes.gpa AS GPA, db_student_classes.attendance AS ATTENDANCE FROM...
Heya guys and gals -
i search the archives and cant find exactly what im looking for - if this is a repost - 1st i applogize and if you could send me down the right path would be much apprishiated!
Im looking to get data from 2 tables based on a where clause from 2 tables:
my $sth =...
Looking to parse email. then do things based on the email with perl. The script to do this is not an issue again its the rights that are having issues.
Im needing to access the mail boxes with a perl script. Seems however when my script tries to go into the users directoies im getting denied. any help on this?
Im getting emails from my system attendant saying that it would delete 1700 messages and 4. bla bla gigs of data.
What does that mean? and how would i delete it? or do i even want to!
Cheers!
- Scott
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.