mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 17:45:07 +00:00
removed erroneous script
This commit is contained in:
parent
bcb3cc3d5e
commit
b7f92dd6ee
@ -1,27 +0,0 @@
|
|||||||
#!/usr/bin/env perl
|
|
||||||
|
|
||||||
|
|
||||||
use feature 'say';
|
|
||||||
#use autodie qw(:all);
|
|
||||||
|
|
||||||
|
|
||||||
=pod
|
|
||||||
|
|
||||||
open my $GP, '|-', 'gnuplot';
|
|
||||||
|
|
||||||
print {$GP} <<'__GNUPLOT__';
|
|
||||||
set terminal x11
|
|
||||||
# set output "test.png"
|
|
||||||
set xrange [-5:5];
|
|
||||||
plot sin(x);
|
|
||||||
pause -1;
|
|
||||||
__GNUPLOT__
|
|
||||||
|
|
||||||
close $GP;
|
|
||||||
|
|
||||||
=cut
|
|
||||||
|
|
||||||
say "Press any key to exit.";
|
|
||||||
my $a=<>;
|
|
||||||
system("gnuplot file");
|
|
||||||
#`gnuplot file`;
|
|
Loading…
Reference in New Issue
Block a user