| j_ | i want to change a poperty of my object throught a method but it doesn't work (sry for my english) "encapsulation method" |
| q[ender] | j_, using one of the Class::* modules? |
| j_ | no i try in the same .pl, for the moment sub ModifierAlbum { my $this,$nouveau,$propriete=@_; |
| q[ender] | don't... heh |
| j_ | $this->{$_[2]}=$_[1]; } oops that's my method |
| q[ender] | read perltoot and friends perlbot, perltoot |
| perlbot | Perl OO tutorial, part 1 - http://perldoc.perl.org/perltoot.html |
| Chris62vw | Daveman, sup nig? |
| Daveman | heh |
| q[ender] | Chris62vw, that is highly offensive. You were not raised right. |
| Daveman | bout to go out and ride |
| psybach | regexs... |
| Daveman | q[ender] ;p |
| phroggy | j__: you should probably do some more reading on how to use objects in perl... |
| terminus_ | Limbic_Region: i understand. my browser is stuck on the DBI manual. =) |
| action | Limbic_Region did say hello to Daveman right |
| Limbic_Region | did say hello to Daveman right yep Terminus_ - personally, I like to set {RaiseError => 1, PrintError => 0} in the DBI constructor and then wrap my entire transaction in an eval {} |
| Randal | and ducttape! |
| Turtle_Head | why do teachers ask questions of student? |
| Limbic_Region | that way I don't need an or die $dbh->errstr on my prepare/execute/fetch |
| terminus_ | Limbic_Region: okidokie. =) |
| Randal | Turtle_Head - why not? |
| Turtle_Head | should not the student ask question of the teacher? |
| terminus_ | thanks! |
| phroggy | Turtle_Head: to punish them for being annoying. |
| Turtle_Head | common lisp in emacs is kinda cool folks |
| j__ | in UML , u ve got a classroom (class) wich have poperty : Posts wich is an regroupment of the class post (-Posts : REGROUPMENT OF Post) |