- Timestamp:
- 07/08/06 08:32:20 (2 years ago)
- Files:
-
- 1 modified
-
lib/Perl6/Pugs.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lib/Perl6/Pugs.pm
r11262 r11295 20 20 With Perl 5 embedding support (also note the C<--> in the C<#!> line): 21 21 22 use v6 ;22 use v6-alpha; 23 23 use perl5:DBI; 24 24 my $dbh = DBI.connect('dbi:SQLite:dbname=test.db');
