Search notes:

Perl function: print

use warnings;
use strict;

# c:\foo\bar\about\perl\functions>perl print.pl 1> print.STDOUT 2> print.STDERR

open (my $fileh, '>print.2.filehandle') or die;

print        "foobar\n";
print STDOUT "STDOUT\n";
print STDERR "STDERR\n";
print $fileh "fileh \n";

my @list = qw(foo bar baz);
print @list;
# foobarbaz
Github repository about-perl, path: /functions/print.pl

See also

Perl functions

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759397924, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/languages/Perl/functions/print(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78