in reply to Re^2: How to read batches of SQL from a file in Perl
in thread How to read batches of SQL from a file in Perl

The default for Sybase isql scripts is to end with "go", so it makes sense to do it this way.

Other separators can of course be used - it all depends on what your purpose is.

Michael

  • Comment on Re^3: How to read batches of SQL from a file in Perl