Forum: Poser - OFFICIAL


Subject: PoserParser.pm : Perl Module in progress

_dodger opened this issue on May 08, 2003 ยท 34 posts


_dodger posted Thu, 08 May 2003 at 9:49 PM

BTW, the return result part there at the end =-- the only place Perl has more lines than Java to do the same thing --can be done in one line with a trinary, like so: return wantarray?split(//, $hex):$hex;