Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Tags for this Thread

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    martinthurn's Avatar
    Senior Member

    Status
    Offline
    Join Date
    May 2009
    Posts
    183
    Downloads
    0
    Uploads
    0
    use strict;
    use warnings;
    use File::Slurp;
    my $s = <<ENDOFLIST;
    ProtName=1A6QA Den=NA E=0.066
    ProtName=1A6QA Den=4 E=0.000
    ProtName=1A6QA Den=8 E=0.729
    ProtName=1A6QA Den=14 E=0.261
    ProtName=1A6QA Den=11 E=0.065
    ProtName=1A6QA Den=6 E=0.535
    ProtName=1A6QA Den=9 E=0.286
    ENDOFLIST
    $s =~ s/^.+=//gm;
    write_file('file.txt', $s);

  2. #2
    coolguy's Avatar
    Probation Member

    Status
    Offline
    Join Date
    Jun 2009
    Posts
    44
    Downloads
    0
    Uploads
    0

    i need a perl script that deletes text from a list?

    for example, delete everything after the "="

    ProtName=1A6QA Den=NA E=0.066
    ProtName=1A6QA Den=4 E=0.000
    ProtName=1A6QA Den=8 E=0.729
    ProtName=1A6QA Den=14 E=0.261
    ProtName=1A6QA Den=11 E=0.065
    ProtName=1A6QA Den=6 E=0.535
    ProtName=1A6QA Den=9 E=0.286

    and then output a "txt" file with just the numbers

 

 

Quick Reply Quick Reply

Click here to log in


In what corner do we have Search box?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 01-06-2010, 12:29 AM
  2. Replies: 1
    Last Post: 12-12-2009, 08:35 AM
  3. Replies: 0
    Last Post: 12-02-2009, 06:15 PM
  4. i need a perl script that deletes text from a list?
    By coolguy in forum Discuss PERL
    Replies: 0
    Last Post: 06-30-2009, 08:23 PM
  5. i need a perl script that deletes text from a list?
    By coolguy in forum Discuss PERL
    Replies: 0
    Last Post: 06-17-2009, 08:15 PM

Bookmarks

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •