fork download
  1. #!/usr/bin/perl
  2. print("Today Is Friday August 12, 2022.\n");
  3. print("It Is 95 Degrees And Cloudy Currently.\n");
  4. print("It Will Be 92 Degrees And Mostly Cloudy Later.\n");
  5. print("Tomorrow Is Saturday August 13, 2022.\n");
Success #stdin #stdout 0.01s 5460KB
stdin
1
2
10
42
11
stdout
Today Is Friday August 12, 2022.
It Is 95 Degrees And Cloudy Currently.
It Will Be 92 Degrees And Mostly Cloudy Later.
Tomorrow Is Saturday August 13, 2022.