#perl - Mon 5 Mar 2007 between 03:34 and 05:04



idiocrashwhy haskell? I don't know a shred about haskell. but it seems that C seems to be the language du-jour for these types of things.
actionCPAN upload: WWW-Zorpia-Upload-0.01 by FAYLAND
CPANupload: WWW-Zorpia-Upload-0.01 by FAYLAND
zamolxesyou must be joking
what types of things?
idiocrashdude! I'm a 4GL guy.
tiglionabbit_is there a special variable for the name of a file being read from by a <>?
Paladintiglionabbit_: perldoc perlvar look up $ARGV
f00li5h$ARGV
tiglionabbit_I know about $ARGV
but I don't know how to know which index of $AR
GV it's at when using <>
Paladintiglionabbit_: what do you mean which index? $ARGV is a scalar..
f00li5htiglionabbit_: perldoc perlvar look up $ARGV
tiglionabbit_oh
nainefhey
f00li5hnainef: hey there
nainefhelo!
somianheyo
spo0nmanperl -e 'print "a"|"b";
c
explain?
f00li5hbitwise or
spo0nmanso why do i get a c?
f00li5heval: sprintf " %07b %07b $07b " , ord 'a', ord 'b', ord ('a'|'b')
buubotf00li5h: 1100001 1100010 b
f00li5heval: sprintf " %07b %07b %07b " , ord 'a', ord 'b', ord ('a'|'b')
buubotf00li5h: 1100001 1100010 1100011
f00li5hthat's why.
spo0nmanah! it takes the output of bitwise and tries to return a ascii char for thaty.
f00li5hspo0nman: it's done at string level, not character level
but yes, it uses the ascii value, and does an C< or > on each char
eval: ($a,$b)=(Moo, Sho );$c = $a|$b; sprintf "$a( %07b ) | $b ( %07b ) = $c( %07b ) " , ord $a, ord $b, ord $c
buubotf00li5h: Moo( 1001101 ) | Sho ( 1010011 ) = _oo( 1011111 )
f00li5hnot changing the binary values was a silly thing to do
OracleGDTutorials?
JasonKingperldoc
OracleGDAight.
JasonKingAnd GIYF.
OracleGDAlways.
JasonKingIn case you're not aware, check out the -q option (perldoc perldoc for more info).

Page: 4 11 18 25 32 39 46 53 60 67 74 81 88 

IrcArchive