in reply to Build your array with push
...etc. Of course that's also problematic if you want to edit an individual letter. So I find the style below a bit better (especially when using a modern editor like edlin). Plus it uses a more descriptive name than the bland "@folk"...my @folk = (); push (@folk, "H". "i". "b". "b". "s" ); push (@folk, "D". "a". "g". "l". "i". "s". "h" );
push (@Hibbs_Daglish_Schwartz_Vroom, chr(0b1001000). chr(0b1101001). chr(0b1100010). chr(0b1100010). chr(0b1110011) ); push (@Hibbs_Daglish_Schwartz_Vroom, chr(0b1000100). chr(0b1100001). chr(0b1100111). chr(0b1101100). chr(0b1101001). chr(0b1110011). chr(0b1101000) ); push (@Hibbs_Daglish_Schwartz_Vroom, chr(0b1010011). chr(0b1100011). chr(0b1101000). chr(0b1110111). chr(0b1100001). chr(0b1110010). chr(0b1110100). chr(0b1111010) ); push (@Hibbs_Daglish_Schwartz_Vroom, chr(0b1010110). chr(0b1110010). chr(0b1101111). chr(0b1101111). chr(0b1101101) );
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Build your array with push
by Anonymous Monk on Jan 31, 2006 at 16:49 UTC | |
by ambrus (Abbot) on Feb 01, 2006 at 10:17 UTC | |
by bmann (Priest) on Feb 01, 2006 at 20:35 UTC | |
by Anonymous Monk on Feb 01, 2006 at 20:15 UTC | |
by ambrus (Abbot) on Feb 01, 2006 at 20:26 UTC | |
Re^2: Build your array with push
by Corion (Pope) on Feb 01, 2006 at 10:25 UTC | |
by blazar (Canon) on Feb 06, 2006 at 08:11 UTC |