-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split() perl 5.005_03 #279
Comments
From cslye@calweb.comI am just wondering if there is a known problem with split(). I have tried ($website,$logdata) = split(/:/, $newmsg, 2); the input line is : $logdata is printed out to another file, but there are about 200 out of Thanks!! #!/usr/bin/perl require "cacheout.pl"; open INLOG, ">>inputlog"; while ($sock->recv($newmsg, $MAXLEN)) { #net stuff #file stuff if ($website ne $lastwebsite) { } die "recv: $!"; Perl Info
|
From @gsarOn Wed, 28 Jul 1999 13:00:20 PDT, Cameron Slye wrote:
Looks like a bug in your script. Since MAXLEN is 1024, you are Sarathy |
0.000159 2023-10-25 14:09:23-07:00 America/Los_Angeles - Document that diag() intentionally returns false, and add a `return 0` 0.000158 2023-10-22 22:05:42-07:00 America/Los_Angeles - Mark Workflow-Acceptance.t as AUTHOR_TESTING 0.000157 2023-10-22 21:26:49-07:00 America/Los_Angeles - Fix #280: Document --no_srand option in Test2::V0 - Fix #276: Document bool() import in Test2::V0 - Fix #279: Merged fix for VMS test issues - Fix #277: Merged POD tweaks
Migrated from rt.perl.org#1101 (status was 'resolved')
Searchable as RT1101$
The text was updated successfully, but these errors were encountered: