On Sun, 22 Aug 2010 03:40:33 -0400, Chas. Owens wrote:
>> But the names (variables, subroutines) can be rendered meaningless.
>> Since picking good names is one of the most important contributions a
>> good programmer can make, trying to understand and change a large body
>> of code that has the wo
At present I have a Perl cgi script accepts incoming HTTP POST
requests from various clients. The cgi checks the headers for "POST"
request and then reads in the data and writes out the data in a file
(this file is created as mmddhhmmss.processid) at a specified
location.
Now, I had to extend
2010/8/22 Uri Guttman :
>> "AQ" == Albert Q writes:
>
> AQ> 2010/8/22 Uri Guttman
> >>
> >> > "AQ" == Albert Q writes:
> >>
> >> a quick comment. pack is most likely not a beginner issue. i am sure you
> >> will get help here but think about better forums for asking about
> >> pac
2010/8/22 Dr.Ruud :
> On 2010-08-22 13:16, Albert Q wrote:
>
>> pack '(H*)*', @values will get the correct result.
>
> Now go and read perlpacktut a few times.
This problem is documented in perlpacktut clearly. Thank you.
> --
> Ruud
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.