Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Perl

0 votes
504 views
1 answer
    The answer provided in wide char and win32::api works for passing utf-16 to the Win API. But how do ... CommandLineToArgvW. Thanks for any help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    My symptom is that I cannot use a proxy with HTTPS requests with LWP. This seems to be a common problem, and ... use it for the HTTPS requests. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
467 views
1 answer
    if (%hash){ print "That was a true value! "; } That will be true if (and only if) the hash has at least ... can see that the result is 4/16? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
453 views
1 answer
    Here's a Perl script that I have expected to print found when executed: #!/usr/bin/perl use warnings; use ... a filename with Umlaute in it? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
620 views
1 answer
    How to convert date in text format: 23.10.2011 11:35:00 to timestamp ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
510 views
1 answer
    When I try the following #!/usr/bin/perl use strict; use warnings; use Data::Dumper; my @bl = qw(red green ... purple pink. What's wrong here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
690 views
1 answer
    Is there a way to do character translation / transliteration (kind of like the tr command) using Python? ... to delete characters not replaced) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
427 views
1 answer
    The following question is a response to a comment about deadlocking in this answer. I am curious how deadlocks ... does this program deadlock? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    I have some XML files where I want to use some information from them. I have written a code that reads those files ... '@name'); say "$key"; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    This code in Perl was working for years and now my Spreadsheets logins failed, when I logged into my account I ... to make it work? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    What do I need to set up and maintain a local CPAN mirror? What scripts and best practices should I be aware of? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
769 views
1 answer
    I'm new to Perl and came across this piece of code at work, I search for a while but did not find the ... } // croak 'some information!'; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
733 views
1 answer
    Let's say I have this #!/usr/bin/perl %x = ('a' => 1, 'b' => 2, 'c' => 3); and I would like to ... 2 is a hash value in %x. How is that done? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
648 views
1 answer
    I know I can list all of the package and lexcial variables in a given scope using Padwalker's ... return \%in_scope; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
553 views
1 answer
    I am trying to deploy my little Catalyst web app using Plack/Starman. All the documentation seems to suggest I want ... straight up on port 80? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    If you try to login at https://orbit.theplanet.com/Login.aspx?url=/Default.aspx (use any username/password ... more high-level if available. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    What is the difference between if (defined $hash{$key}) { } and if (exists $hash{$key}) { } When do I know which to use? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
644 views
1 answer
    If I want to distribute a Perl script, what is the best way to painlessly install any required modules that are ... is missing or "too old". See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    How do I convert a multiline string to array? my $text= " ads da sda s da d as das d a as dasd "; ... I dont want to remove or delete newline ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    This code finds the difference between today and a fixed date. #!/usr/bin/perl use strict; use warnings; use ... seam like an elegant solution. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
642 views
1 answer
    As the title says, I'm not clear on when such a subroutine will be called. From the require page at perldoc ... is something I'm not getting. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
835 views
1 answer
    I have problem setting up CGI scripts to be run on Nginx, so far I've found http://wiki.nginx.org/SimpleCGI ... at Perl, please help me Thanks See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    Real-life case (from caff) to exemplify the short question subject: $CONFIG{'owner'} = q{Peter Palfrader}; ... only specific to the example. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    Does Perl have a build-in function to get the index of an element in an array? Or I need write such a ... () or JavaScript array.indexOf() ] See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
466 views
1 answer
    I was attempting to do a sed replacement in a binary file however I am beginning to believe that is not possible. ... xxd -r -p > clean.jpg See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    I have a simple perl script as below: #!/usr/bin/perl use strict; use warnings; print "hello world! "; ... matter what. Can anybody explain why? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
811 views
1 answer
    I need a way to convert .doc or .docx extensions to .txt without installing anything. I also don't want ... online for either. Any suggestions? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
485 views
1 answer
    Aside from trying perldoc <module name> individually for any CPAN module that takes my fancy or going through ... command line or otherwise. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

56.9k users

...